home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / Bob 1.5 / Gc.bob < prev    next >
Text File  |  1993-10-02  |  46b  |  6 lines

  1. main()
  2. {
  3.   f = fopen("gc.bob","r");
  4.   gc();
  5. }
  6.